home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 February / SGI IRIX 6.5 Complementary Applications 2004 February.iso / dist / patchSG0004915.idb / usr / ToolTalk / man3 / tt_file_move.z / tt_file_move
Encoding:
Text File  |  2003-08-19  |  5.3 KB  |  132 lines

  1.  
  2.  
  3.  
  4. tttttttt____ffffiiiilllleeee____mmmmoooovvvveeee((((3333))))                                                tttttttt____ffffiiiilllleeee____mmmmoooovvvveeee((((3333))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      tt_file_move - move objects from one file to another
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ####iiiinnnncccclllluuuuddddeeee <<<<TTTTtttt////tttttttt____cccc....hhhh>>>>
  13.      TTTTtttt____ssssttttaaaattttuuuussss tttttttt____ffffiiiilllleeee____mmmmoooovvvveeee((((ccccoooonnnnsssstttt cccchhhhaaaarrrr ****_o_l_d_f_i_l_e_p_a_t_h,,,,
  14.                             ccccoooonnnnsssstttt cccchhhhaaaarrrr ****_n_e_w_f_i_l_e_p_a_t_h))));;;;
  15.  
  16. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  17.      The tttttttt____ffffiiiilllleeee____mmmmoooovvvveeee() function destroys all objects that exist on the files
  18.      and directories rooted at _n_e_w_f_i_l_e_p_a_t_h, then moves all objects that exist
  19.      on _o_l_d_f_i_l_e_p_a_t_h to _n_e_w_f_i_l_e_p_a_t_h.
  20.  
  21.      If _o_l_d_f_i_l_e_p_a_t_h and _n_e_w_f_i_l_e_p_a_t_h reside in the same file system,
  22.      tttttttt____ffffiiiilllleeee____mmmmoooovvvveeee() replaces _o_l_d_f_i_l_e_p_a_t_h with _n_e_w_f_i_l_e_p_a_t_h in the path
  23.      associated with every object in that file system; that is, all the
  24.      objects in the directory tree rooted at _o_l_d_f_i_l_e_p_a_t_h are overlaid onto
  25.      _n_e_w_f_i_l_e_p_a_t_h.  In this mode, the behavior of tttttttt____ffffiiiilllleeee____mmmmoooovvvveeee() is similar to
  26.      rrrreeeennnnaaaammmmeeee(2).
  27.  
  28.      If _o_l_d_f_i_l_e_p_a_t_h and _n_e_w_f_i_l_e_p_a_t_h reside in different file systems, neither
  29.      can be a directory.
  30.  
  31.      The _o_l_d_f_i_l_e_p_a_t_h argument is the name of the file or directory whose
  32.      objects are to be moved.  The _n_e_w_f_i_l_e_p_a_t_h argument is the name of the
  33.      file or directory to which the objects are to be moved.
  34.  
  35. RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
  36.      Upon successful completion, the tttttttt____ffffiiiilllleeee____mmmmoooovvvveeee() function returns the
  37.      status of the operation as one of the following TTTTtttt____ssssttttaaaattttuuuussss values:
  38.  
  39.         TTTTTTTT____OOOOKKKK   The operation completed successfully.
  40.  
  41.         TTTTTTTT____EEEERRRRRRRR____AAAACCCCCCCCEEEESSSSSSSS
  42.                 The user does not have the necessary access to the object
  43.                 and/or the process.
  44.  
  45.         TTTTTTTT____EEEERRRRRRRR____DDDDBBBBAAAAVVVVAAAAIIIILLLL
  46.                 The ToolTalk service could not access the ToolTalk database
  47.                 needed for this operation.
  48.  
  49.         TTTTTTTT____EEEERRRRRRRR____DDDDBBBBEEEEXXXXIIIISSSSTTTT
  50.                 The ToolTalk service could not access the specified ToolTalk
  51.                 database in the expected place.
  52.  
  53.         TTTTTTTT____EEEERRRRRRRR____FFFFIIIILLLLEEEE
  54.                 The specified file does not exist or it is inaccessible.
  55.  
  56.         TTTTTTTT____EEEERRRRRRRR____NNNNOOOOMMMMPPPP
  57.                 The ttttttttsssseeeessssssssiiiioooonnnn(1) process is not running and the ToolTalk
  58.                 service cannot restart it.
  59.  
  60.  
  61.                                                                         PPPPaaaaggggeeee 1111
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. tttttttt____ffffiiiilllleeee____mmmmoooovvvveeee((((3333))))                                                tttttttt____ffffiiiilllleeee____mmmmoooovvvveeee((((3333))))
  69.  
  70.  
  71.  
  72.         TTTTTTTT____EEEERRRRRRRR____PPPPAAAATTTTHHHH
  73.                 The specified pathname included an unsearchable directory, or
  74.                 _o_l_d_f_i_l_e_p_a_t_h and _n_e_w_f_i_l_e_p_a_t_h reside in different file systems,
  75.                 and either is a directory.
  76.  
  77.         TTTTTTTT____EEEERRRRRRRR____PPPPOOOOIIIINNNNTTTTEEEERRRR
  78.                 The pointer passed does not point to an object of the correct
  79.                 type for this operation.
  80.  
  81. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  82.      TTTTtttttttttttt____cccc(5), tttttttt____ffffiiiilllleeee____ccccooooppppyyyy(3), tttttttt____ffffiiiilllleeee____ddddeeeessssttttrrrrooooyyyy(3); rrrreeeennnnaaaammmmeeee(2)
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.                                                                         PPPPaaaaggggeeee 2222
  128.  
  129.  
  130.  
  131.